home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 June / june_2001.iso / Html / CuteHtml / setup.exe / +BASIC NEW WINDOW POPUP.JS < prev    next >
Encoding:
Text File  |  1999-09-03  |  356 b   |  10 lines

  1. <!-- This script will open a new window with the dimensions given below. "correct.html" is the
  2. target web page that will be loaded into the window  -->
  3.  
  4. <script language="JavaScript">
  5. <!--
  6.  
  7. Stuff=window.open("correct.html","Stuff", "toolbar=0,location=0,status=0,menubar=0,scrollbars=2,resizable=1,width=340,height=250") </script>
  8.  
  9. -->
  10. </script>